services.nsd.zones.<name>.allowNotify

Listed primary servers are allowed to notify this secondary server.

Format: <ip> <key-name | NOKEY | BLOCKED>

<ip> either a plain IPv4/IPv6 address or range. Valid patters for ranges:

A optional port number could be added with a '@':

<key-name | NOKEY | BLOCKED>

Type
list of string
Default
[ ]
Example
[
  "192.0.2.0/24 NOKEY"
  "10.0.0.1-10.0.0.5 my_tsig_key_name"
  "10.0.3.4&255.255.0.0 BLOCKED"
]
Declared
<nixpkgs/nixos/modules/services/networking/nsd.nix>